home *** CD-ROM | disk | FTP | other *** search
/ Atari Mega Archive 1 / Atari Mega Archive - Volume 1.iso / mint / lib / mntlib44.zoo / mntlib / purec / tc_idflt.prj < prev    next >
Text File  |  1993-01-30  |  435b  |  14 lines

  1. ; project file for simple programs with the MiNT library
  2. ; integer-only version; use tc-deflt.prj for float support
  3. ; for use with Turbo C
  4.  
  5. *.ttp                ; executable is topmost window
  6. .C [-Y]
  7. .L [-Y -G -S=0]        ; stack is set by _stksize
  8. =
  9. crt0.o                ; startup code
  10. *                    ; compile topmost window
  11. ; tcgemlib.lib        ; AES and VDI bindings (optional)
  12. mintlib.lib            ; MiNT library
  13. tcstdlib.lib        ; long arithm. routines in here... :-(
  14.